< Prev(J) / Next(K) > / View :

Filename: /text/scalc/01/04060115.xhp

(bookmark: bm_id3152871)
add-ins; analysis functions
analysis functions

アドイン; 分析関数
分析関数

Add-in Functions, List of Analysis Functions Part One
アドイン関数、分析関数パート 1 のリスト(hd_id3152871.1)

(variable: wie)To access this command...(variable: wie)この機能の見つけ方

(embed text/scalc/00/00000404.xhp#addinana : linkinfo)

Insert - Function - Category Add-In
挿入 → 関数 → 分類項目 アドイン(par_id3154059.38)

(/embed text/scalc/00/00000404.xhp#addinana)


General conversion function BASIS
一般的な換算機能 BASIS(par_id3149873.102)

Analysis functions Part Two
分析関数 第 2 部(par_id3145324.5)

Back to the Overview
見出しページに戻る(par_id3155751.156)

(section: besseli) (bookmark: bm_id3153074)
Bessel functions

ベッセル 関数
(bookmark: bm_id3150435)

BESSELI
BESSELI(hd_id3153334.111)

Calculates the modified Bessel function.
修正ベッセル関数を計算します。(par_id3153960.112)

Syntax
構文(hd_id3150392.113)

BESSELI(X; N)
BESSELI(X; N)(par_id3147295.114)

X is the value on which the function will be calculated.
X は、関数が計算される値です。(par_id3151338.115)

N is the order of the Bessel function
N は、ベッセル関数の次数です。(par_id3151392.116)

(/section: besseli) (section: besselj) (bookmark: bm_id3150539)

BESSELJ
BESSELJ(hd_id3153027.103)

Calculates the Bessel function (cylinder function).
ベッセル関数 (円柱関数) を計算します。(par_id3153015.104)

Syntax
構文(hd_id3146884.105)

BESSELJ(X; N)
BESSELJ(X; N)(par_id3150032.106)

X is the value on which the function will be calculated.
X は、関数が計算される値です。(par_id3150378.107)

N is the order of the Bessel function
N は、ベッセル関数の次数です。(par_id3145638.108)

(/section: besselj) (section: besselk) (bookmark: bm_id3147616)

BESSELK
BESSELK(hd_id3149946.117)

Calculates the modified Bessel function.
修正ベッセル関数を計算します。(par_id3159122.118)

Syntax
構文(hd_id3150650.119)

BESSELK(X; N)
BESSELK(X; N)(par_id3149354.120)

X is the value on which the function will be calculated.
X は、関数が計算される値です。(par_id3150481.121)

N is the order of the Bessel function
N は、ベッセル関数の次数です。(par_id3150024.122)

(/section: besselk) (section: bessely) (bookmark: bm_id3150461)

BESSELY
BESSELY(hd_id3145828.123)

Calculates the modified Bessel function.
修正ベッセル関数を計算します。(par_id3146877.124)

Syntax
構文(hd_id3146941.125)

BESSELY(X; N)
BESSELY(X; N)(par_id3148884.126)

X is the value on which the function will be calculated.
X は、関数が計算される値です。(par_id3147475.127)

N is the order of the Bessel function
N は、ベッセル関数の次数です。(par_id3147421.128)

(/section: bessely) (section: bin2dec) (bookmark: bm_id3153034)
BIN2DEC function
converting;binary numbers, into decimal numbers

BIN2DEC 関数
変換;2 進数、10 進数に
(bookmark: bm_id3151230)

BIN2DEC
BIN2DEC(hd_id3153034.17)

The result is the decimal number for the binary number entered.
2 進数を 10 進数に変換します。(par_id3144744.18)

Syntax
構文(hd_id3145593.19)

BIN2DEC(Number)
BIN2DEC(数値)(par_id3149726.20)

Number is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.
数値 は、2 進数です。数値は最大 10 桁 (ビット) にすることができます。最上位ビットは符号ビットです。負の数字は、2 の補数として入力されます。(par_id3150142.21)

Example
(hd_id3149250.22)

=BIN2DEC(1100100) returns 100.
=BIN2DEC(1100100) は、100 を返します。(par_id3145138.23)

(/section: bin2dec) (section: bin2hex) (bookmark: bm_id3149954)
BIN2HEX function
converting;binary numbers, into hexadecimal numbers

BIN2HEX 関数
変換;2 進数、16 進数に
(bookmark: bm_id3149548)

BIN2HEX
BIN2HEX(hd_id3149954.24)

The result is the hexadecimal number for the binary number entered.
2 進数を 16 進数に変換します。(par_id3148585.25)

Syntax
構文(hd_id3153936.26)

BIN2HEX(Number; Places)
BIN2HEX(数値;桁数)(par_id3148753.27)

Number is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.
数値 は、2 進数です。数値は最大 10 桁 (ビット) にすることができます。最上位ビットは符号ビットです。負の数字は、2 の補数として入力されます。(par_id3155255.28)

Places means the number of places to be output.
桁数は、出力される桁数を意味します。(par_id3150860.29)

Example
(hd_id3155829.30)

=BIN2HEX(1100100;6) returns 000064.
=BIN2HEX(1100100;6) は、000064 を返します。(par_id3149686.31)

(/section: bin2hex) (section: bin2oct) (bookmark: bm_id3153332)
BIN2OCT function
converting;binary numbers, into octal numbers

BIN2OCT 関数
変換;2 進数、8 進数に
(bookmark: bm_id3146848)

BIN2OCT
BIN2OCT(hd_id3153332.9)

The result is the octal number for the binary number entered.
2 進数を 8 進数に変換します。(par_id3155951.10)

Syntax
構文(hd_id3153001.11)

BIN2OCT(Number; Places)
BIN2OCT(数値;桁数)(par_id3154508.12)

Number is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.
数値 は、2 進数です。数値は最大 10 桁 (ビット) にすることができます。最上位ビットは符号ビットです。負の数字は、2 の補数として入力されます。(par_id3153567.13)

Places means the number of places to be output.
桁数 は、出力される桁数を意味します。(par_id3155929.14)

Example
(hd_id3150128.15)

=BIN2OCT(1100100;4) returns 0144.
=BIN2OCT(1100100;4) は、0144 を返します。(par_id3153733.16)

(/section: bin2oct) (section: delta) (bookmark: bm_id3150014)
DELTA function
recognizing;equal numbers

DELTA 関数
認識;等しい数値
(bookmark: bm_id3149880)

DELTA
DELTA(hd_id3150014.129)

The result is TRUE (1) if both numbers, which are delivered as an argument, are equal, otherwise it is FALSE (0).
引数として使用される 2 つの数値が等しいときは TRUE (1)、等しくないときは FALSE (0) を返します。(par_id3148760.130)

Syntax
構文(hd_id3155435.131)

DELTA(Number1; Number2)
DELTA(数値 1; 数値 2)(par_id3145247.132)

Example
(hd_id3149002.133)

=DELTA(1;2) returns 0.
=DELTA(1;2) は、0 を返します。(par_id3151020.134)

(/section: delta) (section: dec2bin) (bookmark: bm_id3157971)
DEC2BIN function
converting;decimal numbers, into binary numbers

DEC2BIN 関数
変換;10 進数、2 進数に
(bookmark: bm_id3148389)

DEC2BIN
DEC2BIN(hd_id3157971.55)

The result is the binary number for the decimal number entered between -512 and 511.
-512 から 511 までの 10 進数を 2 進数に変換します。(par_id3153043.56)

Syntax
構文(hd_id3145349.57)

DEC2BIN(Number; Places)
DEC2BIN(数値;桁数)(par_id3150569.58)

Number is a decimal number. If Number is negative, the function returns a binary number with 10 characters. The most significant bit is the sign bit, the other 9 bits return the value.
数値 は、10 進数です。数値が負の数の場合、関数は、10 文字の 2 進数を返します。最上位ビットは符号ビットで、ほかの 9 ビットが値を返します。(par_id3148768.59)

Places means the number of places to be output.
桁数 は、出力される桁数を意味します。(par_id3149537.60)

Example
(hd_id3150265.61)

=DEC2BIN(100;8) returns 01100100.
=DEC2BIN(100;8) は、01100100 を返します。(par_id3150662.62)

(/section: dec2bin) (section: dec2hex) (bookmark: bm_id3149388)
DEC2HEX function
converting;decimal numbers, into hexadecimal numbers

DEC2HEX 関数
変換;10 進数、16 進数に
(bookmark: bm_id3155513)

DEC2HEX
DEC2HEX(hd_id3149388.71)

The result is the hexadecimal number for the decimal number entered.
10 進数を 16 進数に変換します。(par_id3149030.72)

Syntax
構文(hd_id3150691.73)

DEC2HEX(Number; Places)
DEC2HEX(数値;桁数)(par_id3147535.74)

Number is a decimal number. If Number is negative, the function returns a hexadecimal number with 10 characters (40 bits). The most significant bit is the sign bit, the other 39 bits return the value.
数値 は、10 進数です。数値が負の数の場合、関数は、10 文字の 16 進数 (40 ビット) を返します。最上位ビットは符号ビットで、ほかの 39 ビットが値を返します。(par_id3152820.75)

Places means the number of places to be output.
桁数 は、出力される桁数を意味します。(par_id3153221.76)

Example
(hd_id3154869.77)

=DEC2HEX(100;4) returns 0064.
=DEC2HEX(100;4) は、0064 を返します。(par_id3150476.78)

(/section: dec2hex) (section: dec2oct) (bookmark: bm_id3154948)
DEC2OCT function
converting;decimal numbers, into octal numbers

DEC2OCT 関数
変換;10 進数、8 進数に
(bookmark: bm_id3156260)

DEC2OCT
DEC2OCT(hd_id3154948.63)

The result is the octal number for the decimal number entered.
10 進数を 8 進数に変換します。(par_id3153920.64)

Syntax
構文(hd_id3153178.65)

DEC2OCT(Number; Places)
DEC2OCT(数値;桁数)(par_id3148427.66)

Number is a decimal number. If Number is negative, the function returns an octal number with 10 characters (30 bits). The most significant bit is the sign bit, the other 29 bits return the value.
数値 は、10 進数です。数値が負の数の場合、関数は、10 文字の 8 進数 (30 ビット) を返します。最上位ビットは符号ビットで、ほかの 29 ビットが値を返します。(par_id3155991.67)

Places means the number of places to be output.
桁数 は、出力される桁数を意味します。(par_id3152587.68)

Example
(hd_id3147482.69)

=DEC2OCT(100;4) returns 0144.
=DEC2OCT(100;4) は、0144 を返します。(par_id3154317.70)

(/section: dec2oct) (section: erf) (bookmark: bm_id3083446)
ERF function
Gaussian error integral

ERF 関数
Gauss 誤差関数の積分値
(bookmark: bm_id3149823)

ERF
ERF(hd_id3083446.135)

Returns values of the Gaussian error integral.
Gauss 誤差関数の積分値を返します。(par_id3150381.136)

Syntax
構文(hd_id3152475.137)

ERF(LowerLimit; UpperLimit)
ERF(下限; 上限)(par_id3163824.138)

LowerLimit is the lower limit of the integral.
下限 は、インテグラルの下限です。(par_id3149715.139)

UpperLimit is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit.
線形タイプ はオプションです。上限は、インテグラルの上限です。この値がない場合、計算は 0 と下限値の間で行われます。(par_id3156294.140)

Example
(hd_id3154819.141)

=ERF(0;1) returns 0.842701.
=ERF(0;1) は、0.842701 を返します。(par_id3152974.142)

(/section: erf) (section: erfc) (bookmark: bm_id3145082)
ERFC function

ERFC 関数
(bookmark: bm_id3156307)

ERFC
ERFC(hd_id3145082.143)

Returns complementary values of the Gaussian error integral between x and infinity.
Gauss 相補誤差関数の積分値 (x と無限の間) を返します。(par_id3149453.144)

Syntax
構文(hd_id3155839.145)

ERFC(LowerLimit)
ERFC(下限)(par_id3153220.146)

LowerLimit is the lower limit of the integral
下限 は、インテグラルの下限です。(par_id3147620.147)

Example
(hd_id3146861.148)

=ERFC(1) returns 0.157299.
=ERFC(1) は、0.157299 を返します。(par_id3156102.149)

(/section: erfc) (section: gestep) (bookmark: bm_id3152927)
GESTEP function
numbers;greater than or equal to

GESTEP 関数
数値;以上
(bookmark: bm_id3151182)

GESTEP
GESTEP(hd_id3152927.150)

The result is 1 if Number is greater than or equal to Step.
数値ステップ以上の場合、結果は 1 です。(par_id3150763.151)

Syntax
構文(hd_id3150879.152)

GESTEP(Number; Step)
GESTEP(数値; しきい値)(par_id3145212.153)

Example
(hd_id3153275.154)

=GESTEP(5;1) returns 1.
=GESTEP(5;1) は、1 を返します。(par_id3156132.155)

(/section: gestep) (section: hex2bin) (bookmark: bm_id3147276)
HEX2BIN function
converting;hexadecimal numbers, into binary numbers

HEX2BIN 関数
変換;16 進数、2 進数に
(bookmark: bm_id3145659)

HEX2BIN
HEX2BIN(hd_id3147276.79)

The result is the binary number for the hexadecimal number entered.
16 進数を 2 進数に変換します。(par_id3150258.80)

Syntax
構文(hd_id3156117.81)

HEX2BIN(Number; Places)
HEX2BIN(数値;桁数)(par_id3155847.82)

Number is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.
数値 は、16 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。(par_id3152810.83)

Places is the number of places to be output.
桁数 は、出力される桁数です。(par_id3153758.84)

Example
(hd_id3154052.85)

=HEX2BIN(64;8) returns 01100100.
=HEX2BIN(64;8) は、01100100 を返します。(par_id3156002.86)

(/section: hex2bin) (section: hex2dec) (bookmark: bm_id3154742)
HEX2DEC function
converting;hexadecimal numbers, into decimal numbers

HEX2DEC 関数
変換;16 進数、10 進数に
(bookmark: bm_id3149978)

HEX2DEC
HEX2DEC(hd_id3154742.87)

The result is the decimal number for the hexadecimal number entered.
16 進数を 10 進数に変換します。(par_id3153626.88)

Syntax
構文(hd_id3143233.89)

HEX2DEC(Number)
HEX2DEC(数値)(par_id3149293.90)

Number is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.
数値 は、16 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。(par_id3159176.91)

Example
(hd_id3154304.92)

=HEX2DEC(64) returns 100.
=HEX2DEC(64) は、100 を返します。(par_id3146093.93)

(/section: hex2dec) (section: hex2oct) (bookmark: bm_id3149750)
HEX2OCT function
converting;hexadecimal numbers, into octal numbers

HEX2OCT 関数
変換;16 進数、8 進数に
(bookmark: bm_id3147487)

HEX2OCT
HEX2OCT(hd_id3149750.94)

The result is the octal number for the hexadecimal number entered.
16 進数を 8 進数に変換します。(par_id3153983.95)

Syntax
構文(hd_id3145660.96)

HEX2OCT(Number; Places)
HEX2OCT(数値;桁数)(par_id3151170.97)

Number is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.
数値 は、16 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。(par_id3152795.98)

Places is the number of places to be output.
桁数 は、出力される桁数です。(par_id3149204.99)

Example
(hd_id3153901.100)

=HEX2OCT(64;4) returns 0144.
=HEX2OCT(64;4) は、0144 を返します。(par_id3159341.101)

(/section: hex2oct) (section: Section1)

(embed text/scalc/01/04060100.xhp#drking : linkinfo)

Calc functions in the OpenOffice.org Wiki
OpenOffice.org Wiki Calc の関数(par_id0902200809540918.)

(/embed text/scalc/01/04060100.xhp#drking)

(/section: Section1)
< Prev / Next >